wayland: Implement gtk-keynav-use-caret setting
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 12:35:36 +0000 (07:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 12:35:36 +0000 (07:35 -0500)
This is anticipating the gsetting that will be introduced in
https://bugzilla.gnome.org/show_bug.cgi?id=763123

gdk/wayland/gdkscreen-wayland.c

index ec0d4034250ff08cb8c1d3195ce50aa2e7bef063..674f3a6b889cb83d1891ad81fb864d547f7bc7f6 100644 (file)
@@ -555,6 +555,7 @@ static TranslationEntry translations[] = {
   { "org.gnome.desktop.wm.preferences", "action-double-click-titlebar", "gtk-titlebar-double-click", G_TYPE_STRING, { .s = "toggle-maximize" } },
   { "org.gnome.desktop.wm.preferences", "action-middle-click-titlebar", "gtk-titlebar-middle-click", G_TYPE_STRING, { .s = "none" } },
   { "org.gnome.desktop.wm.preferences", "action-right-click-titlebar", "gtk-titlebar-right-click", G_TYPE_STRING, { .s = "menu" } },
+  { "org.gnome.desktop.a11y", "always-show-text-caret", "gtk-keynav-use-caret", G_TYPE_BOOLEAN, { .b = FALSE } }
 };
 
 static TranslationEntry *